home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / tcp_ip / tnos / tnos100s / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-16  |  6.5 KB  |  148 lines

  1. #ifndef    _CONFIG_H
  2. #define    _CONFIG_H
  3. /* This is the configuration as distributed by KO4KS */
  4.  
  5. /* Software options */
  6. #undef BETA 1        /* beta-test version */
  7. #define VERSION_ON_FILE 1 /* Version command reads file */
  8. #undef SAMCALLB  1    /* SAM callbook support */
  9. #define ASKHOME      1    /* ask new user for home BBS? */
  10. #undef SWATCH   1    /* Programmer's debugging stopwatch feature */
  11. #define SCREENSAVER 1    /* Local screen saver */
  12. #define RMAIL     1     /* RMAIL support */
  13. #define REQSVR    1     /* REQSVR support */
  14. #define WPAGES    1    /* White Pages support */
  15. #define TUTOR     1    /* Tutorial Server */
  16. #undef GPS      1    /* GPS position support */
  17. #define    MAILBOX        1    /* Include SM0RGV mailbox server */
  18. #undef CONVERS     1   /* Conference bridge (babble-box :-) */
  19. /* Use only ONE of the 2 news options below !!! */
  20. #undef NNTP        1   /* Netnews client */
  21. #undef NNTPS       1   /* Netnews client and server */
  22. #define SERVERS    1   /* Include TCP servers */
  23. #define  DSERVER    1   /* Include Domain Name Server */
  24. #undef  STKTRACE   1   /* Include stack tracing code */
  25. #define TRACE      1   /* Include packet tracing code */
  26. #undef RIP         1   /* Include RIP routing */
  27. #undef HOPCHECK    1   /* IP path tracing command */
  28. #define DIALER      1   /* SLIP redial code */
  29. #undef NRS         1   /* NET/ROM async interface */
  30. #undef NETROM      1   /* NET/ROM network support */
  31. #undef LZW         1   /* LZW-compressed sockets */
  32. #undef RLOGINCLI    1   /* Rlogin client code */
  33. #define RLOGINSERV  1   /* Rlogin server code */
  34. #define SLIP        1   /* Serial line IP on built-in ports */
  35. #undef PPP         1   /* Point-to-Point Protocol code */
  36. #define VJCOMPRESS  1   /* Van Jacobson TCP compression for SLIP */
  37. #undef POP         1   /* Include POP2 Post Office Protocol */
  38. #undef POP2CLIENT  1   /* POP2 client -- IAB not recommended */
  39. #undef POP2SERVER  1   /* POP2 server -- IAB not recommended */
  40. #define    POP3CLIENT    1    /* POP3 client -- IAB draft standard */
  41. #undef POP3SERVER    1    /* POP3 server -- IAB draft standard */
  42. #undef ESCAPE      1   /* Allow Unix style escape on PC */
  43. #define RDATE      1   /* Include the Time Protocol */
  44. #undef RSPF        1   /* Include Radio Shortest Path First Protocol */
  45. #undef AXIP        1   /* digipeater via ip port 93 interface */
  46. #undef RARP        1   /* Include Reverse Address Resolution Protocol */
  47. #undef CALLBOOK    1   /* Simple callbook server over Internet */
  48. #undef CALLSERVER   1   /* Include BuckMaster CDROM server support */
  49. #undef CALLCLI      1   /* Include BuckMaster CDROM client code only  */
  50. #define ATCMD       1   /* Include timed 'at' execution */
  51. #define EXPIRY      1   /* Include message and bid expiry */
  52. #define MBXTDISC    1   /* Include mailbox timeout-disconnect */
  53. #undef NR4TDISC    1   /* Include Netrom L4 timeout-disconnect */
  54. #define FTPTDISC    1   /* Include ftp-server timeout disconnect */
  55. #undef TIPMAIL     1   /* Include TIP mailbox server */
  56. #define IPACCESS    1   /* Include IP access control code */
  57. #define TCPACCESS   1   /* Include TCP access control code */
  58. #define ENCAP       1   /* Include IP encapsulation code */
  59. #undef XSPAWN      1   /* Include swapping to ems or disk on spawning shell */
  60. #define AUTOROUTE   1   /* Include AX.25 IP auto-route code(causes problems when VC mode is used for ip) */
  61. #define LOCK        1   /* Include keyboard locking */
  62. #define MAILFOR     1   /* Include Mailbox 'Mail for' beacon */
  63. #define RLINE       1   /* Include BBS R:-line interpretation code */
  64. #define MBFWD       1   /* Include Mailbox AX.25 forwarding */
  65. #define USERLOG     1    /* Include last-message-read tracking for users */
  66. #define MONITOR     1   /* Include user-port monitor trace mode */
  67. #undef MULTITASK   1   /* Include Dos shell multi-tasker */
  68. #define SHELL       1   /* Include shell command */
  69. #undef XMODEM     1   /* xmodem file xfer for tipmail  */
  70. #define ALLSESSIONS 1   /* Include all session types */
  71. /*if undefined, deletes outgoing telnet,ftp,ax25,netrom sessions */
  72. #define ALLCMD     1    /* if undefined, exclude a bunch of commands */
  73. /*excluded are:
  74.  *   delete,rename,more,tail,dump,status,motd,cd,dir,finger,fkey,info,mail,mkdir
  75.  *   pwd,record,rmdir,watch,test,upload
  76.  */
  77. #define ALLSERV      1   /* if undefined, exclude a bunch of servers */
  78. /*excluded are:
  79.  *echo,discard,daytime,time,tip and ttylink servers
  80.  *and the ttylink command (with no split screen code anymore)
  81.  */
  82.  
  83. /* Software tuning parameters */
  84. #define MTHRESH     16384     /* Default memory threshold */
  85. #define NROWS       25      /* Number of rows on screen */
  86. #define NIBUFS      10       /* Number of interrupt buffers */
  87. #define IBUFSIZE    1024    /* Size of interrupt buffers */
  88. #define NSESSIONS   10      /* Number of interactive clients */
  89. #define DEFNSOCK    40      /* Default number of sockets */
  90.  
  91. /* Hardware driver options */
  92. #undef ARCNET      1   /* ARCnet via PACKET driver */
  93. #undef PC_EC       1   /* 3-Com 3C501 Ethernet controller */
  94. #define KISS        1   /* KISS TNC code */
  95. #undef HS          1   /* High speed (56kbps) modem driver */
  96. #undef HAPN        1   /* Hamilton Area Packet Network driver code */
  97. #undef EAGLE       1   /* Eagle card driver */
  98. #define PACKET      1   /* FTP Software's Packet Driver interface */
  99. #undef PC100       1   /* PAC-COM PC-100 driver code */
  100. #undef APPLETALK   1   /* Appletalk interface (Macintosh) */
  101. #undef DRSI        1   /* DRSI PCPA slow-speed driver */
  102. #undef SCC         1   /* PE1CHL generic scc driver */
  103. #undef PI          1   /* VE3IFB pi dma card scc driver */
  104. #define ASY         1   /* Asynch driver code */
  105. #undef SLFP         1   /* SLFP packet driver class supported */
  106.  
  107. #if defined(NRS)
  108. #undef    NETROM
  109. #define    NETROM        1    /* NRS implies NETROM */
  110. #endif
  111.  
  112. #if (defined(AXIP)||defined(HS)||defined(NETROM)||defined(KISS)||defined(HAPN)||defined(EAGLE)||defined(PC100)||defined(PI))
  113. #define    AX25        1    /* AX.25 subnet code */
  114. #endif
  115.  
  116. #if (defined(ARCNET) || defined(SLFP))
  117. #undef    PACKET
  118. #define    PACKET        1    /* FTP Software's Packet Driver interface */
  119. #endif
  120.  
  121. #if (defined(PC_EC) || defined(PACKET))
  122. #define    ETHER    1        /* Generic Ethernet code */
  123. #endif
  124.  
  125. #if defined(CALLSERVER)
  126. #define CALLCLI     1
  127. #endif
  128.  
  129. #if (defined(POP2CLIENT) || defined(POP2SERVER))
  130. #undef POP 1
  131. #endif
  132.  
  133. #if (defined(POP2CLIENT) || defined(POP3CLIENT))
  134. #define    MAILCLIENT    1
  135. #undef POP 1
  136. #endif
  137.  
  138. #ifdef RLOGINSERV
  139. #undef RLOGINCLI
  140. #endif
  141.  
  142. #ifdef RLOGINCLI
  143. #undef RLOGINSERV
  144. #endif
  145.  
  146. #define TNOS        // use TNOS extensions
  147. #endif    /* _CONFIG_H */
  148.